-- *****************************************************************
-- CISCO-ENCASE-APP-NAME-MIB.my:  CISCO Network Management ENCASE 
--                                APPLICATION NAME MIB
-- August 1999, Vinay Anand, Steve Chen
--
-- Copyright (c) 1999 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************


CISCO-ENCASE-APP-NAME-MIB DEFINITIONS ::= BEGIN


IMPORTS
    MODULE-IDENTITY
           FROM SNMPv2-SMI
    TEXTUAL-CONVENTION
           FROM SNMPv2-TC
    ciscoMgmt 
           FROM CISCO-SMI;


 ciscoEncaseAppNameMIB MODULE-IDENTITY
    LAST-UPDATED    "9908250000Z"      
    ORGANIZATION    "Cisco Systems, Inc."
    CONTACT-INFO
                    "Cisco Systems
                     Customer Service

             Postal: 170 W. Tasman Drive
                     San Jose, CA 95134
                     USA

             Tel:    +1 800 553-NETS

             E-mail: cs-crm@cisco.com"
    DESCRIPTION
        "This MIB module defines the EncaseAppName textual convention, 
        and thus the enumerated values of the encaseHistAppName
        object defined in CISCO-ENCASE-MIB's encaseHistoryTable.

        Having this textual convention in a separate module by itself
        simplifies the addition of newly assigned values thereby enabling
        applications to integrate with ENCASE with a simple modification 
        of this module.  This will not require any change to be made to 
        the ENCASE application or the CISCO-ENCASE-MIB module.  This 
        maintains the goal of allowing client applications to be released 
        asynchronously with respect to ENCASE releases."
    ::= { ciscoMgmt 142 }


EncaseAppName ::= TEXTUAL-CONVENTION
    STATUS       current
    DESCRIPTION
        "This textual convention consists of a list of applications that
         are clients of ENCASE."
    SYNTAX  INTEGER {
               other(1),                 -- none of the following
               softwareImageManager(2),  -- Software Image Manager
               configManager(3),         -- Configuration Manager
               inventoryManager(4),      -- Inventory Manager
               aclManager(5)             -- ACL Manager
    }


END